Basic Auth
Practice page that simulates HTTP Basic Authentication (demo creds: admin/admin).
401 Unauthorized — Provide credentials to access protected content.
Status:
Unauthorized
Real Basic Auth sends
Authorization: Basic <base64(user:pass)> with each request.
Congratulations! You must have the proper credentials.
Protected Content
This section is only visible after successful authentication (simulated).
Automation tip: assert this section becomes visible after login.
Authorization Header (simulated)
Useful for asserting expected header formatting in API tests.
Authorization: Basic
Event Log
[]